home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 January / maximum-cd-2002-01.iso / Files / Game demos / Ultimate Ride / setup / game / Tracks / Hanging / Support.def < prev    next >
Encoding:
Text File  |  2001-08-01  |  938 b   |  65 lines

  1. # Support Definition
  2. #
  3. # Defines how to create geometry for the supports
  4. # for this track type
  5.  
  6. Support 
  7. {
  8.     # Pole to support coaster
  9.     Pole
  10.     {
  11.         Name:    Support
  12.         Material
  13.         {
  14.             Diffuse: 0.6 0.6 0 
  15.             Ambient: 0 0 0 
  16.             Specular: 0.38842 0.3641437 0 
  17.             Power: 10.00
  18.         }
  19.  
  20.         CrossSection
  21.         {
  22.             Vertices 7 : 0.3880 0.0000 0.1940 0.3360 -0.1940 0.3360 -0.3880 0.0000 -0.1940 -0.3360 0.1940 -0.3360 0.3880 -0.0000            
  23.         }
  24.     }    
  25.     Pole
  26.     {
  27.         Name:    Support
  28.         LOD: 1
  29.         Material
  30.         {
  31.             Diffuse: 0.6 0.6 0 
  32.             Ambient: 0 0 0 
  33.             Specular: 0.38842 0.3641437 0 
  34.             Power: 10.00
  35.         }
  36.  
  37.         CrossSection
  38.         {
  39.             Vertices 4 : 0.3880 0.0000 -0.1940 0.3360 -0.1940 -0.3360 0.3880 -0.0000
  40.         }
  41.     }        
  42.     Pole
  43.     {
  44.         Name:    Support
  45.         LOD: 2
  46.         Material
  47.         {
  48.             Diffuse: 0.6 0.6 0 
  49.             Ambient: 0 0 0 
  50.         }
  51.  
  52.         CrossSection
  53.         {
  54.             Vertices 1 : 0 0
  55.         }
  56.     }    
  57.  
  58.     JointGeom
  59.     {
  60.         Name:    Support
  61.         Geometry MetalX.mx 
  62.     }
  63. }
  64.  
  65.